* make-dist: Don't try to copy the COPYING notice into
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:28:38 +0000 (08:28 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:28:38 +0000 (08:28 +0000)
external-lisp; we're not distributing that directory any more.

make-dist

index 78c834fa711f0915b7320a22938bd7071d83dcfb..90fce0f53d48a9097814feea85e38a810a31147e 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -231,7 +231,9 @@ echo "Making links to \`vms'."
 echo "Making sure copying notices are all copies of \`etc/COPYING'."
 rm -f ${tempdir}/etc/COPYING
 cp etc/COPYING ${tempdir}/etc/COPYING
-for subdir in lisp external-lisp src lib-src info shortnames; do
+# I think we're not going to distribute anything in external-lisp, so
+# I've removed it from this list.
+for subdir in lisp src lib-src info shortnames; do
   if [ -f ${tempdir}/${subdir}/COPYING ]; then
     rm ${tempdir}/${subdir}/COPYING
   fi